Code Monkey home page Code Monkey logo

enlighten's Introduction

Enlighten

This repository contains the source of my wiki site built in Hugo. The site displays all the notes, I take during my technical learnings. I have used Hugo Book theme to have pleasing look on my notes. Checck out the site here.

Enlighten Screenshot

Site Setup - Prerequisites

Hugo

Statis site generator, written in Go language

Asciidoctor

AsciiDoc is a human-readable document format, using plain-text mark-up conventions. AsciiDoc documents can be created using any text editor and read "as-is". Asciidoctor is a fast text processor for converting AsciiDoc content to HTML5/PDF. Hugo supports Markdown and Asciidoc formats. It uses AsciiDoctor to render asciidoc, adoc, ad files via external helper facility.

Git

Git is widely used repository in the world. Enlighten site is maintained in Git repo.

Text Editor

The preferred text editor is Visual Studio Code due to the popularity and flexibility. Extentions are supported for any special need.

Windows Setup

Mac Setup

We need a package manager to install Hugo and Asciidoctor in Mac. So we are going with HomeBrew

  • Install Homebrew - package manager with the below commend

    /usr/bin/ruby -e "$(curl -fsSL
    https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install Hugo and AsciiDoctor with the below brew commands

    brew install hugo
    brew install asciidoctor
  • Install Git on Mac with the below link

  • Install Visual Studio Code with the below link

You may verify the location of the installation by using which hugo command

Running the Site Locally

Once the prerequisites are setup, we can pull the site from github and run it locally.

  • Command to pull the site source from github is :

  • Once we have the source code, enable write permission on the folder for the user.

  • You may open enlighten folder in Visual Studio Code and update the content under /content/docs/ folder.

  • Now we can locally run the site. Goto enlighten folder and run the below command

    • hugo server

  • Finally browse the site at http://localhost:1313/enlighten/docs/

enlighten's People

Contributors

coder-selvarajan avatar

Stargazers

Kevin Lyda avatar  avatar

Watchers

 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.