Skip to content

lorello/About-me-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Me theme for Spress

"About me" a single page, single screen responsive theme ideal for creating your business card. This theme for Spress has been inspired by Aerial from HTML5 UP.

Live demo.

Featured:

  • Responsive design: Support to mobile and tablets.
  • Easy configuration. You only need to modify the config.yml file with your name, bio, interests and social networks.

How to install?

Download a copy

  • Get a copy of the latest release.
  • Uncompress it.
  • Go to About-me-theme folder
  • spress site:build --server --watch

With Git

Globally

Some way to do it.

Go to your Spress installation folder i.e ~/Spress and add the following depencency to your composer.json file

"require": {
    "spress-add-ons/about-me-theme": "1.0.*@dev"
}

and then run the following command to install the dependency.

$ composer update

Next create your new site:

$ spress new:site /your-site-dir about-me
$ cd /your-site-dir
$ spress site:build --server --watch

Customization

Edit config.yml file with your data.

License

Free for personal and commercial use under the CCA 3.0 license.

Packages

No packages published

Languages

  • CSS 95.4%
  • JavaScript 4.6%