You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
331 lines
8.4 KiB
331 lines
8.4 KiB
# [unique_key] # This can be any unique string, would suffice to set this to your GitHub/Gitlab/etc. username |
|
# author = "Foo Bar" |
|
# source = "Git repo of your site; needs to have the Org source" |
|
# branch = "git branch containing Org source; defaults to master if not set" |
|
# org_dir = "Dir in the repo containing Org source" # Don't set this if Org file is in your repo root. |
|
# site = "https://your.site/" |
|
|
|
[00-ox-hugo-doc] |
|
author = "Kaushal Modi" |
|
source = "https://github.com/kaushalmodi/ox-hugo" |
|
branch = "master" |
|
org_dir = "doc" |
|
site = "https://ox-hugo.scripter.co/" |
|
|
|
[01-ox-hugo-test] |
|
author = "Kaushal Modi" |
|
source = "https://github.com/kaushalmodi/ox-hugo" |
|
branch = "master" |
|
org_dir = "test/site/content-org" |
|
site = "https://ox-hugo.scripter.co/test/" |
|
|
|
[02-scripter-co] |
|
author = "Kaushal Modi" |
|
source = "https://gitlab.com/kaushalmodi/kaushalmodi.gitlab.io" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://scripter.co/" |
|
|
|
[oscarnajera] |
|
author = "Óscar Nájera" |
|
source = "https://gitlab.com/Titan-C/titan-c.gitlab.io" |
|
branch = "master" |
|
site = "https://blog.oscarnajera.com/" |
|
|
|
[punchagan] |
|
author = "Puneeth Chaganti" |
|
source = "https://github.com/punchagan/punchagan.muse-amuse.in" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://punchagan.muse-amuse.in/" |
|
|
|
[thatteidlikaalsoup] |
|
author = "Puneeth Chaganti" |
|
source = "https://github.com/thatte-idli-kaal-soup/thatteidlikaalsoup.team" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://thatteidlikaalsoup.team/" |
|
|
|
[lambdaloop] |
|
author = "Pierre Karashchuk" |
|
source = "https://github.com/lambdaloop/blog" |
|
branch = "master" |
|
org_dir = "blog-org" |
|
site = "http://lambdaloop.com/" |
|
|
|
[shimmy] |
|
author = "Shimmy Xu" |
|
source = "https://github.com/shimmy1996/blog" |
|
branch = "master" |
|
org_dir = "org" |
|
site = "https://www.shimmy1996.com/" |
|
|
|
# [isaaczhou] |
|
# author = "Isaac Zhou" |
|
# source = "https://github.com/isaaczhou/isaaczhou.github.io" |
|
# branch = "dev" |
|
# org_dir = "org" |
|
# site = "http://www.isaaczhou.com/" |
|
|
|
[zzamboni] |
|
author = "Diego Zamboni" |
|
source = "https://github.com/zzamboni/zzamboni.org" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://zzamboni.org/" |
|
|
|
[primerpy] |
|
author = "Isaac Zhou" |
|
source = "https://github.com/primerpy/primerpy.github.io" |
|
branch = "dev" |
|
org_dir = "org" |
|
site = "http://www.primerpy.com/" |
|
|
|
[dmolina] |
|
author = "Daniel Molina" |
|
source = "https://github.com/dmolina/my-blog" |
|
branch = "master" |
|
org_dir = "content_org" |
|
site = "https://dmolina.github.io/" |
|
|
|
[shanesveller] |
|
author = "Shane Sveller" |
|
source = "https://github.com/shanesveller/shanesveller-dot-com" |
|
branch = "master" |
|
site = "https://www.shanesveller.com/" |
|
|
|
[edkolev] |
|
author = "Evgeni Kolev" |
|
source = "https://github.com/edkolev/edkolev.github.io" |
|
branch = "source" |
|
org_dir = "content-org" |
|
site = "http://evgeni.io/" |
|
|
|
[vinurs] |
|
author = "vinurs" |
|
source = "https://github.com/vinurs/vinurs.github.io" |
|
branch = "source" |
|
org_dir = "content-org" |
|
site = "https://vinurs.me/" |
|
|
|
[cf-learn] |
|
author = "Diego Zamboni" |
|
source = "https://github.com/zzamboni/cf-learn.info" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://cf-learn.info/" |
|
|
|
[xianmin] |
|
author = "Xianmin Chen" |
|
source = "https://coding.net/u/xianmin/p/xianmin/git" |
|
branch = "master" |
|
org_dir = "orgpost" |
|
site = "https://xianmin.org/" |
|
|
|
[xianmin-en] |
|
author = "Xianmin Chen" |
|
source = "https://coding.net/u/xianmin/p/en.xianmin.org/git" |
|
branch = "master" |
|
org_dir = "orgpost" |
|
site = "http://en.xianmin.org/" |
|
|
|
[use-package] |
|
author = "John Wiegley" |
|
source = "https://github.com/jwiegley/use-package" |
|
branch = "master" |
|
site = "https://jwiegley.github.io/use-package/" |
|
|
|
[nicehiro] |
|
author = "nicehiro" |
|
source = "https://github.com/nicehiro/org-files" |
|
branch = "master" |
|
site = "http://nicehiro.org/" |
|
|
|
[aaronbaugher] |
|
author = "Aaron Baugher" |
|
source = "https://aaron.baugher.biz/text/blog.org" # Site source not in a repo |
|
org_src_desc = "Org file" |
|
site = "https://aaron.baugher.biz/" |
|
|
|
[lakedenman] |
|
author = "Lake Denman" |
|
source = "https://github.com/ldenman/blog" |
|
branch = "master" |
|
site = "https://lakedenman.com/blog/" |
|
|
|
[amca01] |
|
author = "Alasdair McAndrew" |
|
source = "https://github.com/amca01/whats_this" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://numbersandshapes.net/blog/" |
|
|
|
[kengrimes] |
|
author = "Ken Grimes" |
|
source = "https://www.kengrimes.com/gitweb/?p=kengrimes.com/content.git" |
|
branch = "master" |
|
site = "https://www.kengrimes.com/" |
|
|
|
[emacsun] |
|
author = "emacsun" |
|
source = "https://github.com/emacsun/ZHugo" |
|
branch = "master" |
|
org_dir = "content_org" |
|
site = "https://www.zcl.space/" |
|
|
|
[cadadr] |
|
author = "Göktuğ Kayaalp" |
|
source = "https://github.com/cadadr/elisp" |
|
branch = "master" |
|
site = "https://cadadr.github.io/elisp/index.html" |
|
|
|
[jackbaty] |
|
author = "Jack Baty" |
|
source = "https://github.com/jackbaty/baty.net-hugo" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://www.baty.net/" |
|
|
|
[tsdye1] |
|
author = "Thomas S. Dye" |
|
source = "https://github.com/tsdye/online-web-sites" |
|
branch = "master" |
|
org_dir = "an-archaeologist-reads" |
|
site = "http://www.tsdye.online/an-archaeologist-reads" |
|
|
|
[dschrempf] |
|
author = "Dominik Schrempf" |
|
source = "https://github.com/dschrempf/blog" |
|
branch = "master" |
|
org_dir = "org" |
|
site = "https://dschrempf.github.io/" |
|
|
|
[colelyman] |
|
author = "Cole Lyman" |
|
source = "https://github.com/Colelyman/colelyman-hugo" |
|
branch = "master" |
|
org_dir = "site/content-org" |
|
site = "http://colelyman.com" |
|
|
|
[zmaas] |
|
author = "Zachary Maas" |
|
source = "https://github.com/zmaas/zmaas.github.io" |
|
branch = "master" |
|
org_dir = "hugo" |
|
site = "https://abstractlambda.com/" |
|
|
|
[maciejkula] |
|
author = "Maciej Kula" |
|
source = "https://github.com/maciejkula/hugo-blog" |
|
branch = "master" |
|
site = "https://maciejkula.github.io" |
|
|
|
[petercheng00] |
|
author = "Peter Cheng" |
|
source = "https://github.com/petercheng00/personal" |
|
branch = "master" |
|
org_dir = "website/v2/petercheng" |
|
site = "http://petercheng.net/" |
|
|
|
[somssi] |
|
author = "Somssi" |
|
source = "https://github.com/somssi/hugo-somssi" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://somssi.github.io/" |
|
|
|
[palikar] |
|
author = "Stanislav Arnaudov" |
|
source = "https://github.com/palikar/blog-hugo-files" |
|
branch = "master" |
|
org_dir = "org" |
|
site = "https://palikar.github.io/" |
|
|
|
[stingh711] |
|
author = "stingh711" |
|
source = "https://github.com/stingh711/blog-hugo" |
|
branch = "master" |
|
site = "https://stingh711.github.io/" |
|
|
|
[mclearc] |
|
author = "Colin McLear" |
|
source = "https://github.com/mclearc/colinmclear.net" |
|
branch = "master" |
|
site = "https://www.colinmclear.net/" |
|
|
|
[steventammen] |
|
author = "Steven Tammen" |
|
source = "https://github.com/StevenTammen/steventammen.com" |
|
branch = "master" |
|
org_dir = "org" |
|
site = "https://www.steventammen.com/" |
|
|
|
[takaxp] |
|
author = "Takaaki Ishikawa" |
|
source = "https://github.com/takaxp/blog" |
|
branch = "master" |
|
org_dir = "entries" |
|
site = "https://pxaka.tokyo/blog" |
|
|
|
[ryancummings] |
|
author = "Ryan Cummings" |
|
source = "https://github.com/ryancummings/blog" |
|
branch = "master" |
|
org_dir = "" |
|
site = "https://ryancummings.github.io/" |
|
|
|
[taipapamotohus] |
|
author = "taipapamotohus" |
|
source = "https://github.com/taipapamotohus/Taipapablog" |
|
branch = "master" |
|
org_dir = "" |
|
site = "https://taipapamotohus.com/" |
|
|
|
[grugrut] |
|
author = "grugrut" |
|
source = "https://github.com/grugrut/til" |
|
branch = "master" |
|
org_dir = "draft" |
|
site = "https://grugrut.github.io/til" |
|
|
|
[junahan] |
|
author = "junahan" |
|
source = "https://github.com/junahan/junahan-site" |
|
branch = "master" |
|
org_dir = "draft" |
|
site = "https://junahan.netlify.com/" |
|
|
|
[alexmurray] |
|
author = "Alex Murray" |
|
source = "https://github.com/alexmurray/ubuntu-security-podcast" |
|
branch = "master" |
|
org_dir = "org" |
|
site = "https://ubuntusecuritypodcast.org/" |
|
|
|
[vdemeester] |
|
author = "Vincent Demeester" |
|
source = "https://github.com/vdemeester/blog" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "http://vincent.demeester.fr/" |
|
|
|
[emacsomancer1] |
|
author = "Benjamin Slade" |
|
source = "https://gitlab.com/emacsomancer/neobabbage_files" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://babbagefiles.xyz" |
|
|
|
[emacsomancer2] |
|
author = "Benjamin Slade" |
|
source = "https://gitlab.com/emacsomancer/academic-bslade" |
|
branch = "master" |
|
org_dir = "content-org" |
|
site = "https://slade.jnanam.net/" |
|
|
|
# [] |
|
# author = "" |
|
# source = "" |
|
# branch = "master" |
|
# org_dir = "content-org" |
|
# site = ""
|
|
|