GithubHelp home page GithubHelp logo

jagrutkosti / jagrutkosti.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daattali/beautiful-jekyll

0.0 1.0 0.0 25.58 MB

Website for my portfolio, rants, etc.

Home Page: https://jagrut.xyz

License: Other

HTML 51.08% CSS 38.65% JavaScript 9.60% Ruby 0.31% Dockerfile 0.37%

jagrutkosti.github.io's Introduction

Personal Blog

This is a place where I will write about my thoughts occassionally. Topics would mostly consist of philosophy, tech and social causes that I care about.

Built using Jekyll. For customization options, change field values in _config.yml.

Advanced: Local development using Docker

Beautiful Jekyll is meant to be so simple to use that you can do it all within the browser. However, if you'd like to develop locally on your own machine, that's possible too if you're comfortable with command line. Follow these simple steps set that up with Docker:

  1. Make sure you have Docker installed.

  2. Clone your repository locally.

    git clone https://github.com/<your_username>/<your_username>.github.io.git
  3. Run the following shell commands to build the docker image and start the container for the first time:

    cd <repository_folder>
    docker build -t beautiful-jekyll "$PWD"
    docker run -d -p 4000:4000 --name beautiful-jekyll -v "$PWD":/srv/jekyll beautiful-jekyll

Now that Docker is set up, you do not need to run the above steps again. You can now view your website at http://localhost:4000/. You can start the container again in the future with:

docker start beautiful-jekyll

And you can stop the server with:

docker stop beautiful-jekyll

Whenever you make any changes to _config.yml, you must stop and re-start the server for the new config settings to take effect.

Disclaimer: I personally am NOT using local development so I don't know much about running Jekyll locally. If you follow this route, please don't ask me questions because unfortunately I honestly won't be able to help!

Credits

Beautiful-Jekyll

jagrutkosti.github.io's People

Contributors

daattali avatar ocram85 avatar epwalsh avatar vincenttam avatar eugenius1 avatar abelcheung avatar jennydaman avatar npes87184 avatar hristoyankov avatar lrdodge avatar jamesonzimmer avatar orkon avatar xnerv avatar tony-ho avatar kendaleiv avatar josemyduarte avatar hkhanna avatar benattali avatar bangjunyoung avatar adrianharabula avatar mangar avatar mattlaver avatar sharepointoscar avatar realware-it avatar kootenpv avatar rvernica avatar rtlee9 avatar supersam654 avatar sjackman avatar vietanhdev 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.