Good News: Your blog is ready!
utterences_*
in config.yaml
You can view your blog at digitalcashdev.github.io/digitalcash.dev.
You can make new blog posts as easy as Gists. Just write your tweet post,
and Bliss will fill out the Front Matter for you.
Your new post will build automatically.
Want to Learn Markdown? Check out The Complete GitHub Markdown Cheat Sheet.
Manage your existing posts directly on GitHub. \
Don't worry, .GitInfo.lastmod
will pull the new "updated at" date from git
!
Just click edit, then edit and commit!
It's always nice to know that when the 💩 hits the fan, you can still get 💩 done all on your own.
config.yaml
to taste... \
or bash ./scripts/ga-template.sh
.hugo
and node
via Webi:
curl -sS https://webinstall.dev/hugo@v0.86 | bash
curl -sS https://webinstall.dev/node@v16 | bash
# or
# bash ./scripts/install-deps.sh
git clone git@github.com:digitalcashdev/digitalcash.dev
pushd ./digitalcash.dev
git submodule init
git submodule update
hugo
# or
# bash ./scripts/build.sh
ls ./public
git checkout gh-pages
rsync -avhP public/ ./
rm -rf public/
git add ./
git commit -m "deploy: latest build"
git push
# or
# bash ./scripts/deploy.sh
Don't see gh-pages
?
Generally the Use this template process takes about 30s. You check to see if it's complete at github.com/digitalcashdev/digitalcash.dev/actions.
Once the Action finishes it may take up to 5 minutes for the first Pages deploy to complete.
Something else wrong?
Open an issue on https://github.com/BeyondCodeBootcamp/bliss-template.