Skip to content

1024inc/engineering-blog

Repository files navigation

Beyond Blog

Running Locally

docker-compose up Every change will livereload the server. you can see the changes in the browser at http://localhost:4000.

*Note: changes to config.yml will not trigger a restart of the server, you will need to restart the server manually.

Writing a Post

Quick start

  1. Copy the example post from the _draft folder to the _posts folder.
  2. Add a date to the filename, e.g. 2022-01-01-my-first-post.md.
  3. Edit the post.
  4. Publish the post by committing to master, it will automatically be published for you.

Static files

You can add static files to your posts by adding a POST_DATE folder to /assets/images/posts/

Engineering paths

If you are working on updating the engineering paths, you will need to work from this speadsheet, clone https://github.com/1024inc/eng-paths-generator at the same level as this repo, and use deploy.sh to deploy your changes here, including the index found at /eng-paths.md in the eng-paths-generator repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published