forked from foroyskt/umset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (48 loc) · 1.19 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: Føroyskt
email: [email protected]
description: >-
Vilt tú vera við til at gera telduheimin føroyskan?
So ert tú komin á rætt stað. Hendan síðan inniheldur
leiðbeiningar, orðalistar, leinkjur og onnur hjálparamboð
til týðan av ritbúnaði.
#baseurl: "umset"
#url: "https://foroyskt.github.io"
#github_username: foroyskt
theme: just-the-docs
plugins:
- jekyll-feed
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include: [docs]
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- bin/
- lib/
- "*.gemspec"
- "*.gem"
- LICENSE.txt
- package.json
- package-lock.json
- Rakefile
- README.md
aux_links:
"Umset á GitHub":
- "//github.com/foroyskt/umset"
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
gh_edit_link: true
gh_edit_link_text: "Broyt hesa síðu á GitHub."
gh_edit_repository: "https://github.com/foroyskt/umset"
gh_edit_branch: "main"
gh_edit_view_mode: "tree"