Code Monkey home page Code Monkey logo

sti2nd.github.io's Introduction

My blog

My tech blog where I write about my experiences, lessons learned, my projects and perhaps ideas.

Tech

My blog are currently hosted by Github Pages and use Jekyll to generate the site as supported by Github Pages.

Notes to self

Create new post

Based on the official Posts guide

Add a file to the _posts folder on the format YEAR-DAY-MONTH-TITLE.md.

All posts must start with front matter (meta data inside a block of three dashes). Use this template:

---
layout: post
title:  "TITLE"
description: "DESCRIPTION"
date:   YYYY-MM-DD HH:MM:SS +0100
categories: [category]
tags: [tag]
permalink: /LINK/
lang: language_TERRITORY
image: /assets/IMAGE.png
author: "Stian Jørgensrud"
---

Add as many tags as you want to describe the post. Add few categories (because they can be part of the url). Categories is meant to group posts in a hierarchy (is my understanding).

Add this to the end of articles

---
Last updated May 1 2020

Comments on this text? [Create an issue on Github!](https://github.com/Sti2nd/sti2nd.github.io/issues)

Install

  1. Ruby
  2. Bundler with gem install bundler
  3. Everything else in the Gemfile with bundle install

Run locally

Run with bundle exec jekyll serve

Use bundle exec jekyll serve --drafts to see drafts as well.

Deploy

Just push, and Github will build and deploy.

Update all gems

  1. Delete Gemfile.lock
  2. Set the github-pages gem to the latest version listed here: pages.github.com/versions/
  3. Run bundle update

sti2nd.github.io's People

Contributors

dependabot[bot] avatar sti2nd avatar

Watchers

 avatar  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.