Skip to content

daviddarnes/anchorthemes.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anchorthemes.com

⚓️ Source repo for Anchor Themes and Anchor Showcase

Submitting a theme or site

Create a new pull request with a new index.md file using a specific file name and path:

/src/submissions/your-theme-or-site-name/index.md

Use the following template for the contents of the index.md file:

---
title: Name
description: Short description
date: 17-04-2018 # Submission date
tags:
  - minimal # A single descriptive tag
  - showcase # Add this tag if your submission is a site
links:
  repo: https://github.com/username/reponame # Optional
  download: https://themedownload.link # Optional
  url: https://example.com # Link to theme demo or site
author:
  name: Your Name
  url: https://yourpersonal.site
images:
  - 1.jpg # Screenshots
  - 2.jpg
  - 3.jpg
---

A somewhat brief description of your theme or site. You can put maybe a paragraph or two in here, list some features too if you like

Alongside the new index.md file you can add screenshots as .jpg files. The dimensions should be 1080 by 840 in pixels. Here's an example of the file structure:

/src/submissions/your-theme-or-site-name/
    index.md
    1.jpg
    2.jpg
    3.jpg

Here's a handy link for creating a new theme file. Please ensure the pull request meets these criteria or else the addition will not get merged in. Happy theming! 🎉

Installing locally

git clone git@github.com:daviddarnes/anchorthemes.com.git
cd anchorthemes.com
npm install
npm run dev

Terms

Anchor Themes is not responsible for the upkeep of themes. All issues should be taken up by the respected theme creator. Any images representing themes and websites are owned by their respected theme creator or website owner.

Any downloads and/or links provided are not maintained by Anchor Themes, but are maintained by the site they are hosted on or the theme creator they are associated with (e.g. a designers website or GitHub user).

The maintenance of Anchor Themes can be periodic, and any updates to content can vary. Theme information pages will be updated if requested via the official Twitter account.