Git Product home page Git Product logo

dasian.github.io's Introduction

Dasian's Blog

Why are you here? You should check out the running blog on dasian.github.io!

How is it running?

  • Github Pages
  • Jekyll

Github Pages allows me to host a static website for free on github.

Jekyll is a static site generator. I'm also using the chirpy theme

Setup

This section is just for taking notes setting this blog up on my systems

Ruby Version

The github pages gem depends on a version of jekyll that isn't compatible with the chirpy theme. To solve this you can change the local ruby version you're using with RVM.

RVM needs to be run in a login shell (for some reason)

zsh -l

To check you can run

type rvm | head -n1

The output should be rvm is a shell function from ...

Now we can use the proper version of ruby

rvm use 3.3.1

Local Server

To view posts before publishing run

bundle exec jekyll serve --watch --livereload

then visit localhost:4000

This will only work if the ruby version is correct. You shouldn't need to run bundle install again

dasian.github.io's People

Contributors

dasian avatar

Watchers

 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.