diff options
author | EuAndreh <eu@euandre.org> | 2024-11-18 08:21:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-18 08:44:57 -0300 |
commit | 960e4410f76801356ebd42801c914b2910a302a7 (patch) | |
tree | 615d379416f72956d0c1666c63ce062859041fbe /src/base.conf | |
parent | Remove jekyll infrastructure setup (diff) | |
download | euandre.org-960e4410f76801356ebd42801c914b2910a302a7.tar.gz euandre.org-960e4410f76801356ebd42801c914b2910a302a7.tar.xz |
Diffstat (limited to 'src/base.conf')
-rw-r--r-- | src/base.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/base.conf b/src/base.conf new file mode 100644 index 0000000..54ccb99 --- /dev/null +++ b/src/base.conf @@ -0,0 +1,13 @@ +export root_dir=src/content +export header_links=src/headers.txt +export url_pre='https://euandre.org' +export email='eu@euandre.org' +export list_addr='~euandreh/public-inbox@lists.sr.ht' +export discussions_url_prefix='https://lists.st.ht/~euandreh/public-inbox' +export sourcecode_url='http://euandre.org/git' +export sourcecode_url_prefix="$sourcecode_url/tree" +export author='EuAndreh' +export site_name="EuAndreh's website" +export feed_title="EuAndreh's blog" +export feed_url='feed.articles.en.xml' +export feed_alternate_url='./' |