Giter VIP home page Giter VIP logo

labs's Introduction

Hypermine Labs

Hypermine labs is part of Hypermine organization whose purpose is to bring researchers, students and techies who love deep diving into latest technologies and innovations, on one platform and hence building a community of like minded people. The idea (but not strict) is to read research papers and convert them into simple readable blogs so that people can understand easily and quickly. At present, our prime focus are in the field of cryptography, blockchain, PKI, security, SSI, DID etc.

How can I contribute?

Install hugo server

Setup and run locally

Clone repo

git clone https://github.com/hypermine-bc/labs

Adding a new post

hugo new posts/<CATEGORY>/<POSTNAME>.md
# example: hugo new posts/blockchain/my-new-post.md

Adding images in the post

  • Run mkdir contents/images/<POST-NAME> and add all image files into this folder.
  • Once added you can refer them in your blog some thing like this ![alt text](/images/<POST-NAME>/<IMAGENAME>.<FILEEXT>)

Starting hugo server

hugo server -D --verbose # run server

Giving Pull request

git checkout -b <POST-NAME> ## make sure to create branch name with post name
git add --all
git commit -m <COMMIT MESSAGE> 
git push origin <POST-NAME>

Once pushed, go to repository and give pull request.

Adding author

  • Create a directory : mkdir content/author/<YOUR_NAME_ALIAS>
    • If your name consist of two words, make folder name word1-word2 format
  • Create a file called _index.md inside that directory
  • Modify the following template and paste into _index.md file.
---
title: <Author name>
---

<Description>

  • Once added the Author, you can use the author in the description section of your post in this way:
---
..
...
authors:
  - author1
  - author2
...
..
---

Adding tag and category

You can add categories and tags in your post for better visibility and access. You have to add the following in the description of your post.

---
..
...
categories: ["category1", "category2"]
tags: [tag1, tag2, tag3]
...
..
---

labs's People

Contributors

devgurung avatar likitha2 avatar vishwas1 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.