Coder Social home page Coder Social logo

memoirs's Introduction

memoirs

Personal Web Blog

Defualt langauge on website is English.

Depolyed on github pages

Current Theme LoveIt

Creating New Posts

Prefered

  • Create a new folder in posts folder in content folder with same name as title of poems
  • In name do not add space and replace it with hyphen - and try naming folder in english.
  • create a file named index.md or index.te.md and write poem contents in it following below syntax.
  • for english version create a file with name index.en.md in same folder.
  • Add all related images about poem in the new folder, main image to be added in featured-image.

Second way

  • Create a new markdown file in content folder with same name as title of poem poem-name.md
  • In name do not add space and replace it with hyphen -
  • write poem or song or commentary by following below structure.
  • For English version copy the file contents into new file named poem-name.en.md

New Post Structure and Metadata

Always start new post with following lines then write actual content

---
weight: 1
title: "Post Name కవిత పేరు" # telugu name good
date: 2019-03-09 # replace with current date
draft: false # if poem is still a draft then change to true
tags: ["test"] # include related tags
categories: ["పాటలు"] # ఏ విభాగం కి
author: "author" # Telugu script good
authorLink: "something if available"
description: "Lorem Ipsum Dolor Si Amet." # post గురించి ఒక్క line లో
timeToRead: "10" # చదవడానికి అయే time estimate

resources:
  - name: "featured-image" # main image home పేజీ లో వస్తుంది
    src: "hero-4.jpg" # file పేరు & ఆ folder లో నే ఉండాలి

lightgallery: true
hiddenFromHomePage: false # books కి true -- home పేజీ లో కనపడకుండా చేస్తూంది

toc:
  auto: false # విషయ సూచిక కొరకు
---
హోం పేజీ లో టైటిల్ కింద చూపించే ఒక్క లైన్ <!--more-->

ఇక్కడ ఉంది రాయడం మొదలుపెట్టండి

When you want to hide it from home page like below

categories: ["Books"]
hiddenFromHomePage: true

Creating new pages

  • Create a new file with like pagename.md or pagename.en.md in page folder under content

  • follow this structure

---
weight: 1
title: "పేజీ టైటిల్"
subtitle: "సబ్ టైటిల్ ఉంటే ఇక్కడ రాయండి"
date: 2019-03-06
draft: false
lightgallery: true
---
పేజీ కంటెంట్

Helpful tips for writing in Hugo

  • use ## big heading like above section name or ### or #### for headings.

  • to add new hyperlink like google.com use:

[google.com](https://www.google.com/)
  • to add image use both local and from internet
![Tux, the Linux mascot](/assets/images/tux.png)
![nidhi-logo](https://images.pexels.com/photos/207691/pexels-photo-207691.jpeg)

nidhi-logo

  • to make text bold use **bold text** bold text.

  • to make italic use *cat's meow* cat's meow.

  • to make text bold and italic use ***cat's meow*** cat's meow.

  • To create a blockquote, add a > in front of a paragraph.

md > Dorothy followed her through many of the beautiful rooms in her castle.

  • to make list use - or number them
- test 1
- test 2
  - test 2.1

1.  test 1
2.  test 2
3.  test 2.1
  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item
  • To create a horizontal rule, use three or more dashes --- on a line by themselves and put blank lines before and after horizontal rules.


  • to add figure like charts or more than images use

{{< figure src="/media/spf13.jpg" title="Steve Francia" >}}
  • to include a single tweet into your blog post, we will need is the URL of the tweet: like this tweet id

https://twitter.com/spf13/status/877500564405444608

{{< tweet 877500564405444608 >}}
  • to include youtube video like this song use id of the video i.e text after ?v=

https://www.youtube.com/watch?v=8PiwQJHtN8s

{{< youtube 8PiwQJHtN8s >}}

LICENSE

MIT

memoirs's People

Contributors

py563 avatar

Watchers

 avatar

Forkers

sanjanaaravind

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.