Code Monkey home page Code Monkey logo

newsletter's Introduction

FOSSCellNITC Newsletter

The HTML template for Newsletter and Blog built with Hugo.

How to Contribute

Fork the Repository

To contribute to this project, you'll first need to fork the repository to your own GitHub account. You can do this by clicking the "Fork" button at the top-right corner of this page.

Once you've forked the repository, you can clone it to your local machine and start making changes.

  1. Clone the repository

    git clone https://github.com/YourUsername/Newsletter.git
  2. Install hugo For Arch based distros

    sudo pacman -S hugo

    For Debian based distros

    sudo apt install hugo

    For Fedora

    sudo dnf install hugo

    For other platforms, check here

  3. Start the hugo server after navigating to the repository

    hugo server

    The server will be running at localhost:1313

  4. Create a new post

    hugo new post/<post-name>.md

    The post will be created in the content/posts folder

  5. Edit the post in the content/post folder

  6. Add images to the static folder. Refer to the existing posts for the image path

  7. Run hugo to build the site

    hugo

    The site will be built in the public folder

  8. Run hugo serve to serve the site

    The site will be served at localhost:1313

  9. Push the changes to the repository

    git add .
    git commit -m "commit message"
    git push origin main

newsletter's People

Contributors

vysakh218 avatar afthabek avatar tellmey18 avatar vivek1570 avatar akhilt2 avatar ameenafz248 avatar astroanax avatar saliaku avatar afr4z avatar

Stargazers

 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.