Git Product home page Git Product logo

uncuentoporsemana's Introduction

Un cuento por semana

Logo

Translates to "A short story per week". A place where I can practice my writting skills.

Theme

Based on Square Zero - Dark and Elegant Blog, built by surajk95.

Installation & Setup

Using RubyGems:

When installing the theme using RubyGems, demo images, posts, and pages are not included. Follow the instructions below for complete setup.

  1. (Optional) Create a new Jekyll site: jekyll new my-site
  2. Replace the current theme in your Gemfile with gem "jekyll-theme-clean-blog".
  3. Install the theme: bundle install
  4. Replace the current theme in your _config.yml file with theme: jekyll-theme-awesome.
  5. Build your site: bundle exec jekyll serve

Assuming there are no errors and the site is building properly, follow these steps next:

  1. Create the following pages if they do not exist already (or change the extension of exsiting markdown files from .md to .html):

    • index.html - set to layout: home
    • about.md - set to layout: page
    • contact.html - set to layout: page
    • posts/index.html - set to layout: page (you will also need to create a posts directory)
  2. Configure the index.html front matter. Example:

---
layout: home
background: '/PATH_TO_IMAGE'
---
  1. Configure the about.md, contact.html, and posts/index.html front matter. Example:
---
layout: page
title: Page Title
description: This is the page description.
background: '/PATH_TO_IMAGE'
---
  1. For each post in the _posts directory, update the front matter. Example:
---
layout: post
title: "Post Title"
subtitle: "This is the post subtitle."
date: YYYY-MM-DD HH:MM:SS
background: '/PATH_TO_IMAGE'
author: John Doe
comments: true
tags: [children, short]
---

For reference, look at the demo repository to see how the files are set up.

  1. Build your site: bundle exec jekyll serve

Copyright and License

Code released under the MIT license.

uncuentoporsemana's People

Contributors

ameer1234567890 avatar ariel17 avatar ariel17ml avatar bexelbie avatar daattali avatar davidtmiller avatar graingert avatar jangalinski avatar jargnar avatar olzaragoza avatar osbornm avatar smexxarn avatar squarezero avatar surajk95 avatar villasv avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

uncuentoporsemana's Issues

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.