Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsyaasir/shariff.dev.old

Yasir's Playground
https://github.com/itsyaasir/shariff.dev.old

blog hugo hugo-the paper paper-theme papermod personal-website portfolio websaite

Last synced: 10 days ago
JSON representation

Yasir's Playground

Awesome Lists containing this project

README

        

# shariff.dev

Source code for my personal website.

# Run on local machine

## Install hugo

[https://gohugo.io/getting-started/installing/](https://gohugo.io/getting-started/installing/)

## Clone the repo

```sh
git clone https://github.com/itsyaasir/shariff.dev.git
```

```sh
cd shariff.dev

```

## Install theme (e.g. PaperMod)

```sh
git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod
git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
```

## Run

```sh
hugo server -D
```

Visit [localhost:1313](http://localhost:1313)

## To enable the comment

Open below file

```sh
vim themes/PaperMod/layouts/partials/comments.html
```

Add below snippet

```html

```

## Add Cover page customization

Create below file

```sh
vim themes/PaperMod/assets/css/extended/tag_list_cover.css
```

Add below CSS

```
.tag-entry .entry-cover {
display: flex;
}
```

Re Generate the Site

```
hugo
```