Good News: Your blog is ready!
- Enable GitHub Pages
- Visit github.com/digitalcashdev/digitalcash.dev/settings/pages
- Select Source Branch: gh-pages
- Select / (root) (default)
- Save
- Create your First Post
- Visit bliss.js.org to make your first post.
- Enable Comments (optional)
- Visit github.com/apps/utterances
- Click Install
- Select digitalcashdev and digitalcash.dev
- You're all set! Comments will become issues on this repo!
- To disable comments, comment out
utterences_*
inconfig.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.
- ๐ Type bli in your browser's omnibar and hit enter (assuming you followed the steps above).
- (or visit bliss.js.org directly)
- ๐ Write your post
- ๐พ Click Add to Github, and then Commit new file
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.
- Edit
config.yaml
to taste...
orbash ./scripts/ga-template.sh
. - Install
hugo
andnode
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
- Clone and setup repo
git clone git@github.com:digitalcashdev/digitalcash.dev pushd ./digitalcash.dev git submodule init git submodule update hugo # or # bash ./scripts/build.sh
- Inspect the build
ls ./public
- Deploy to GitHub pages
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.