- git: ^v2.0.0 - node: ^v12.18.3 - yarn: ^v1.12.0
read: user Read all user profile data user: email Access user email addresses (read-only)
read: org Read org and team membership
⚠️ Warning: Don't select other permissions for security reasons.
blog.config.js:module.exports = {
baseUrl: '/blog/',
userName: 'your-username',
userEmail: 'your-email',
repository: 'blog',
accessToken: 'base64-encoded-token',
blogName: 'Your Blog Name',
seo: {
title: 'Your Blog Title',
description: 'Your Blog Description',
keywords: 'your, keywords'
}
}
# Install dependencies
yarn install
# Start development server
yarn serve
# Build for production
yarn build
# Deploy to GitHub Pages
yarn deploy
git checkout -b feature/amazing-feature)git commit -m 'feat: add amazing feature')git push origin feature/amazing-feature)