Code Monkey home page Code Monkey logo

devblog's Introduction

Developer Blogs

Are you interested to write a blog post in Gluster dev blog? Why wait, clone the devblog repo and start writing.

git clone [email protected]:gluster/devblog.git
cd devblog

First-time users need to add Author information by running ./newauthor <github-username>.

$ ./newauthor aravindavk
Created Author page(author/aravindavk.md)
Updated author information in _data/authors.yml

Update the details in $SRC/_data/authors.yml file as required.

To write new blog post, run ./newblog <title> to create the markdown file under $SRC/_posts directory. For example,

$ ./newblog "My Awesome Blog"
Created _posts/2019-03-28-my-awesome-blog.md

Happy Blogging!

Installation and Preview

  • Install ruby-devel package(sudo dnf install ruby-devel)
  • Install jekyll using gem install bundler jekyll
  • Install the dependencies from project directory bundle install --path vendor/bundle

From this project directory, run bundle exec jekyll serve --baseurl="" and open http://localhost:4000 for preview.

Publish

Once the preview is satisfactory, commit the changes and create a pull request. Once merged, the blog URL will be https://gluster.github.com/devblog/my-awesome-blog

Editing help

Follow markdown format to write the post. Additionally, if images to be used in the blog, add the image to $SRC/images directory and use relative URL to include that in the post. For example, ![Alt Text](images/blog-image.jpg)

If the caption needs to be added to the image then use the following syntax.

{% raw %}{% include image.html url="images/blog-image.jpg" description="This is a image" %}{% endraw %}

devblog's People

Contributors

amarts avatar aravindavk avatar ezio-auditore avatar kshithijiyer avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devblog'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.