Include build config
Setup sourcehut build config for srht pages
Update homepage git repo link
ruby
(ruby-dev
if needed)kramdown
and rss
Make your changes in the main configuration file _config.yml
file (site URL, your name,
etc.).
posts
directory as markdown filesh1
on the first line, a space on the second, and the date on the third line (ie. 2024-07-20)pages
directory as markdown filespublic
directorypublic/style.css
(feel free to get creative!)5
posts. You can configure this in _config.yml
under post_count
.yoursite.com/posts
posts.md
file in your pages
directory (or change posts_index
the core _config.yml
)wruby
is based off of Ruby 3.3.3 (use rbenv
or rvm
to avoid privilege conflicts)gem install 'kramdown:2.4.0' 'rss:0.3.0'
make build
in the root directorybuild
folder to your server