jmaxwell81 / blog

A blog about servicenow and other technology

Home Page:https://blog.jacebenson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

A blog about servicenow

Installing / Getting started

To get up and running you need hugo.

git clone https://github.com/jacebenson/blog
cd blog
path/to/hugo server --watch #should bind to localhost:1313

The code above clones this repo, goes into the new directory and then expects you to run hugo server --watch, which generates and serves the site locally.

Deploying / Publishing

It appears there are ways to allow Github to host hugo sites, however, I've gone with Netlify to do this as that makes this really simple. If you don't want to test locally, you can do that as well.

  1. Logon to netlify
  2. Add a new site from Github
  3. It should have a Build Command of hugo
  4. It should have a Publish Directory of public

Features

What's all the bells and whistles this project can perform?

  • Syntax Highlighted code
  • MermaidJS rendering
  • Built in Google Search
  • Pagination
  • Fast Builds (less than a minute)

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

Licensing

"The code in this project is licensed under MIT license."

About

A blog about servicenow and other technology

https://blog.jacebenson.com

License:MIT License


Languages

Language:CSS 43.7%Language:HTML 42.6%Language:JavaScript 7.6%Language:Shell 6.1%