geokal / ApmDocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApmDocs

Good News: Your blog is ready!

Just a few steps to Finish Up:

  1. Enable GitHub Pages
  2. Create your First Post
  3. Enable Comments (optional)
    • Visit github.com/apps/utterances
    • Click Install
    • Select geokal and ApmDocs
    • You're all set! Comments will become issues on this repo!
    • To disable comments, comment out utterences_* in config.yaml

View Blog

You can view your blog at geokal.github.io/ApmDocs.

New Post

Create New Post

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.

  1. ๐Ÿ”Ž Type bli in your browser's omnibar and hit enter (assuming you followed the steps above).
  2. ๐Ÿ“ Write your post
  3. ๐Ÿ’พ 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.

Edit Post

Manage your existing posts directly on GitHub.
Don't worry, .GitInfo.lastmod will pull the new "updated at" date from git!

/content/blog/

Just click edit, then edit and commit!

Manual Builds

It's always nice to know that when the ๐Ÿ’ฉ hits the fan, you can still get ๐Ÿ’ฉ done all on your own.

  1. Edit config.yaml to taste...
    or bash ./scripts/ga-template.sh.
  2. Install 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
  3. Clone and setup repo
    git clone git@github.com:geokal/ApmDocs
    pushd ./ApmDocs
    git submodule init
    git submodule update
    hugo
    # or
    # bash ./scripts/build.sh
  4. Inspect the build
    ls ./public
  5. 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

Troubleshooting

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/geokal/ApmDocs/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.

About


Languages

Language:Shell 100.0%