Giter Club home page Giter Club logo

snack.planetarium.dev's Introduction

Planetarium Engineering Snack

This repository contains the contents and the website settings of Planetarium Engineering Snack, our engineering blog. The whole website is compiled into static web pages using Hugo.

Local setup

  1. Install Hugo 0.88.1.

    (You can install it by brew install hugo on macOS or choco install hugo-extended on Windows.)

  2. Clone this Git repository.

  3. In the cloned repository directory, type the following command:

    hugo server -w -F

    This watches all file changes so that automatically recompiles them and let the browser refresh.

Writing posts

The posts are placed under content/posts/ directory. Posts are organized according to their published dates and each post is named a short slug with the three-letter language code, e.g.:

content/posts/2019/03/start.kor.md

To add a new post, type the following command:

hugo new posts/`date +%Y/%m`/your-post.eng.md

A created draft file would contain the sample front matter too. The authors field is a list of author IDs and you could find all author IDs from data/authors/ directory (a .toml suffix is not a part of an author ID). You probably could not find the author data file for yourself. You should create a new author data file by yourself.

snack.planetarium.dev's People

Contributors

dahlia avatar area363 avatar longfin avatar earlbread avatar mu-hun avatar hyekyunghwang avatar moreal avatar boscohyun avatar limebell avatar ipdae avatar riemannulus avatar unengine avatar kijun avatar lounlee avatar jckdotim avatar junyong-suh avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.