All Projects โ†’ dannyverp โ†’ markdownprofile

dannyverp / markdownprofile

Licence: Apache-2.0 license
Markdown Profiles is a project that generates markdown files for those that want an awesome Github profile.It provides several templates for you to use.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to markdownprofile

jekyll-cd
GitHub Action to build and deploy a Jekyll site to GitHub Pages ๐Ÿงช
Stars: โœญ 21 (-30%)
Mutual labels:  github-page
github-readme-streak-stats
๐Ÿ”ฅ Stay motivated and show off your contribution streak! ๐ŸŒŸ Display your total contributions, current streak, and longest streak on your GitHub profile README
Stars: โœญ 1,395 (+4550%)
Mutual labels:  github-profile
ShreyaPrasad1209
GitHub Profile README.md
Stars: โœญ 13 (-56.67%)
Mutual labels:  github-profile
gruntwork-io.github.io
The gruntwork.io website
Stars: โœญ 38 (+26.67%)
Mutual labels:  github-page
papers reading sharing.github.io
Sites to share deep learning related papers and their digests
Stars: โœญ 32 (+6.67%)
Mutual labels:  github-page
proyecto26.github.io
The Proyecto26 github homepage.
Stars: โœญ 32 (+6.67%)
Mutual labels:  github-page
GithubProfile
Visualizing GitHub profile
Stars: โœญ 45 (+50%)
Mutual labels:  github-profile
Raymo111
My awesome profile README
Stars: โœญ 110 (+266.67%)
Mutual labels:  github-profile
github-profile-achievements
A collection listing all Achievements available on the GitHub profile ๐Ÿ†
Stars: โœญ 1,060 (+3433.33%)
Mutual labels:  github-profile
github-profile-3d-contrib
This GitHub Action creates a GitHub contribution calendar on a 3D profile image.
Stars: โœญ 230 (+666.67%)
Mutual labels:  github-profile
fedemo.github.io
Fe Blog โ†’
Stars: โœญ 24 (-20%)
Mutual labels:  github-page
kunnan.github.io
@zhangkn
Stars: โœญ 13 (-56.67%)
Mutual labels:  github-page
godot-ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: โœญ 316 (+953.33%)
Mutual labels:  github-page
Cool-Readme-ideas
๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ Some cool ideas for your readme profile, enjoy :)
Stars: โœญ 72 (+140%)
Mutual labels:  github-profile
jekyll-slideshow
Compose your slides on Github, Host it on Github Pages for free.
Stars: โœญ 33 (+10%)
Mutual labels:  github-page
ouuan
A profile README with 86 stars and 152 forks ๐ŸŒŸ
Stars: โœญ 86 (+186.67%)
Mutual labels:  github-profile
testable
Testable - gamified tool to improve unit testing teaching
Stars: โœญ 16 (-46.67%)
Mutual labels:  github-page
Mosque-Screen
Chat: https://discord.gg/CG7frj2 - Email: [email protected]. We do not provide any support, this is a volunteer-based project therefore we cannot commit to any time to resolve local issues.
Stars: โœญ 54 (+80%)
Mutual labels:  github-page
sphere
DIYbiosphere is an open-source project to collect Do-it-Yourself Biology (DIYbio) initiatives from all over the world
Stars: โœญ 70 (+133.33%)
Mutual labels:  github-page
rajaprerak.github.io
Personal Portfolio Website
Stars: โœญ 188 (+526.67%)
Mutual labels:  github-page

Markdown Profiles

Build Status GitHub

GitHub followers

About

Markdown Profiles is a project that generates markdown files for those that want an awesome Github profile.It provides several templates for you to use.

Markdown Profiles Preview

Table of contents

Prerequisites

In order to run the project the following requirements need to be met:

Installation

Clone the repository to your local machine and go into the folder:

git clone [email protected]:dannyverp/markdownprofile.git && \
cd markdownprofile

Download the vendor code using npm:

npm install

Usage

Screenshots

Features

Code

Development

To start developing please start the local development server:

npm run dev

Now open http://localhost:3000 and start creating cool content ๐Ÿš€

Build

In order to build the project you can use NextJS's export functionality by running:

npm run export

This generates the HTML and Javascript files in the 'out' directory.

Deploy

The project is configured to be deployed to Github Pages by using Github Actions. The github action is set up to create a gh-pages branch which will contain the content of the out directory.

In order to deploy using this actions please set up a GITHUB_TOKEN in your project's secrets. Check out the Github Pages Action documentation.

Contributing / Reporting issues

Please check the contribution guide

License

Apache License, Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].