GithubHelp home page GithubHelp logo

normand-1024.github.io's Introduction

Normand-1024.github.io

Hello! This is my work-in-progress personal website built using Jekyll

How to run locally: jekyll serve -P 8080 --trace on port 8080

TO-DO List

  • Maybe we should migrate to another framework?
  • Finish Art Page
  • Redraw the icons
  • Provide 404 images
  • Build a reading blog (seperate from medium)
  • Integrate with itch.io?

Reminding myself

Jekyll doc

Jekyll documentation to structure website

Here's the structure of jekyll

/Users/barryclark/Code/jekyll-now
├─ CNAME # Contains your custom domain name (optional)
├─ _config.yml # Jekyll's configuration flags
├─ _includes # Snippets of code that can be used throughout your templates
│  ├─ analytics.html
│  └─ disqus.html
├─ _layouts
│  ├─ default.html # The main template. Includes <head>, <navigation>, <footer>, etc
│  ├─ page.html # Static page layout
│  └─ post.html # Blog post layout
├─ _posts # All posts go in this directory!
│  └─ 2014-3-3-Hello-World.md
├─ _site # After Jekyll builds the website, it puts the static HTML output here. This is what's served!
│  ├─ CNAME
│  ├─ LICENSE
│  ├─ about.html
│  ├─ feed.xml
│  ├─ index.html
│  ├─ sitemap.xml
│  └─ style.css
├─ about.md # A static "About" page that I created.
├─ feed.xml # Powers the RSS feed
├─ images # All of my images are stored here.
│  ├── first-post.jpg
├─ index.html # Home page layout
├─ scss # The Sass style sheets for my website
│  ├─ _highlights.scss
│  ├─ _reset.scss
│  ├─ _variables.scss
│  └─ style.scss
└── sitemap.xml # Site map for the website

Liquid Templating

Double curly braces like {{ content }} are variables, this site provides all available variables.

In _config.yml:

footer-linkes:
    github: blah blah

can be used in /_layouts/default.html:

<footer class="footer">
  {% if site.footer-links.github %}<a href="http://github.com/{{ site.footer-links.github }}">{% include svg-icons/github.html %}</a>{% endif %}
</footer>

Images

We can use the local path to reference images:

![Image description](/images/my-image.jpg)

normand-1024.github.io's People

Contributors

barryclark avatar normand-1024 avatar eringrand avatar javiercejudo avatar peteretelej avatar sunnankar avatar nscyclone avatar dijonkitchen avatar coltonfitzgerald avatar yzyzsun avatar rnicholus avatar omgmog avatar praseodym avatar junefrench avatar fleeting avatar hunjaelee avatar henryaj avatar vermluh avatar esteinborn avatar daattali avatar daniel15 avatar genericmethod avatar bkiers avatar

Watchers

James Cloos 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.