klickers / anabel

A beautiful personal website/résumé template built on TailwindCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anabel

A beautiful personal website template, built on TailwindCSS.

Image of Anabel page

Usage

CDN

Insert before.css, the main CSS file, into your page's <head>:

<link href = "https://cdn.jsdelivr.net/gh/klickers/anabel@latest/dist/before.css" rel = "stylesheet" />

Download

Download and extract the contents of this repository. Inside the root directory, run:

> npm install
> npm start

Note: A production build is also available at dist/.

That's it! You're all set to go.

Routify

You can also check out Anabel on Routify at https://github.com/klickers/anabel-routify.

More Information

To customize the styling, edit src/before.css and then compile:

> parcel build src/index.html

The /dist/ folder will contain the compiled files you need. (Running npm start will give you similar results.)

About

A beautiful personal website/résumé template built on TailwindCSS.

License:MIT License


Languages

Language:JavaScript 51.4%Language:HTML 26.8%Language:CSS 21.8%