• Stars
    star
    2
  • Language
    JavaScript
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Netlify Next.js Blog Template designed by Bejamas

Deploy to Netlify Button

A customizable blog starter using:

  • Next.js v12
  • Tailwind v3.0
  • Built-in MDX v1 support
  • Includes modern design with dark & light themes

๐ŸŽ‰ Weโ€™re really excited about the Bejamas + Netlify collaboration and we were going to celebrate it with some swag, but we realized we could put that money into supporting OSS and our ecosystem even more! After all, who needs another t-shirt or sticker?!

Click this link to vote for your favorite Open Source project!

Preview of blog theme. Author named Jay Doe and blog's name is "Next.js Blog Theme" with one blog post

Take a gander at the demo.

Click here to watch the template walkthrough!

Getting Started


You can get started with this project in two ways: locally or using the setup wizard.

Setting Up Locally

If you're doing it locally, start with clicking the use this template button on GitHub. This will create a new repository with this template's files on your GitHub account. Once that is done, clone your new repository and navigate to it in your terminal.

From there, you can install the project's dependencies by running:

yarn install

Finally, you can run your project locally with:

yarn run dev

Open your browser and visit http://localhost:3000, your project should be running!

Using the Setup Wizard

Preview of Setup Wizard showing the initial page of a setup form

Through the setup wizard, you can create your blog in a few clicks and deploy to Netlify.

Configuring the blog

The config is based on environment variables to make it easy to integrate with any Jamstack platform, like Netlify.

Here are the variables you can edit:

Variable Description Options
BLOG_NAME the name of your blog, displayed below the avatar
BLOG_TITLE the main header (h1) on the home page
BLOG_FOOTER_TEXT the text in the footer
BLOG_THEME the theme to pass to Tailwind default
BLOG_FONT_HEADINGS the font-family for all HTML headings, from h1 to h6 sans-serif (default), serif, monospace
BLOG_FONT_PARAGRAPHS the font-family for all other HTML elements sans-serif (default), serif, monospace

All of the env variables can be configured through the Wizard or through setting the project's environment variables. You can do this in your Netlify dashaboard (Site settings/Build & deploy/Environment/Environment variables).

bejamas_env-vars_short.mp4

[alt: video walkthrough of editing env vars]

If setting an environment variable isn't your cup of tea, the defaults can be changed in utils/global-data.js. You can also remove the variables and hard code blog information where these variables are used in the code base.

Adding new posts

All posts are stored in /posts directory. To make a new post, create a new file with the .mdx extension.

Since the posts are written in MDX format you can pass props and components. That means you can use React components inside your posts to make them more interactive. Learn more about how to do so in the MDX docs on content.

nextjs-bejamas-blog_new-post.mp4

[alt: video walkthrough of adding a new blog post]

More Repositories

1

phpinsights

๐Ÿ”ฐ Instant PHP quality checks from your console
PHP
5,176
star
2

larastan

โš—๏ธ Adds code analysis to Laravel improving developer productivity and code quality.
PHP
4,882
star
3

collision

๐Ÿ’ฅ Collision is a beautiful error reporting tool for command-line applications
PHP
4,429
star
4

termwind

๐Ÿƒ In short, it's like Tailwind CSS, but for the PHP command-line applications.
PHP
2,151
star
5

laravel-console-menu

๐Ÿ”˜ Beautiful PHP CLI menus. Is a php-school/cli-menu wrapper for Laravel/Artisan Console Commands
PHP
794
star
6

skeleton-php

โšก๏ธ This package provides a wonderful PHP skeleton to start building your next package idea.
PHP
647
star
7

laravel-desktop-notifier

๐Ÿ’ป Send notifications to your desktop from your Laravel Artisan Commands. An JoliNotif wrapper for Laravel.
PHP
415
star
8

laravel-mojito

๐Ÿน A lightweight package for testing Laravel views in isolation
PHP
372
star
9

pest

This repository contains an old version of PEST. A new and better version is being coded in private and will be out soon: https://github.com/pestphp/pest.
342
star
10

patrol

Patrol is an elegant command-line tool that keeps your PHP Project's dependencies in check.
PHP
256
star
11

laravel-console-task

โœ… Laravel Console Task is a output method for Laravel Console Commands.
PHP
252
star
12

awesome-php-src

๐Ÿš€ A curated list of awesome resources related to PHP source code
224
star
13

curryable

An elegant and simple curry(f) implementation in PHP.
PHP
175
star
14

dd

โœจ The most popular way of debugging in PHP is now available in JavaScript.
JavaScript
159
star
15

yorn

โš—๏ธ Modules in PHP with the `import` and `export` syntax
PHP
146
star
16

laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
PHP
144
star
17

laracon-schedule

๐Ÿ‘จ๐Ÿปโ€๐Ÿš€ A command-line tool that gives you the @LaraconOnline schedule in your timezone. ๐Ÿš€
PHP
101
star
18

laravel-pot

Provides Artisan commands to inspect Laravel Application's container. ๐Ÿชด
PHP
88
star
19

mock-final-classes

๐Ÿ„โ€โ™‚๏ธ Allows mocking final classes in PHP.
PHP
83
star
20

awesome-laravel-vapor

๐Ÿš€ A curated list of awesome resources related to Laravel Vapor.
80
star
21

laravel-console-summary

๐Ÿ“– Beautiful Laravel Console Summary for Artisan or Laravel Zero.
PHP
62
star
22

collision-adapter-symfony

Collision's adapter for Symfony applications. Error Reporting for console/command-line PHP applications.
PHP
45
star
23

dig

๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ A beautiful debug tool for the command line.
PHP
40
star
24

laravel-any

๐Ÿ“ Laravel collection macro that determine if `any` item from the collection passes the given truth test.
PHP
38
star
25

nunomaduro.com

Rust
34
star
26

skeleton-c

โšก๏ธ This package provides a wonderful C skeleton to start building your next package idea.
Makefile
33
star
27

php-interminal

PHP Interminal is a command-line tool that gives you access to PHP Internals discussions in your terminal.
PHP
32
star
28

bombe

Bombe is a tool for benchmarking the given url response status and response time.
C
23
star
29

skeleton-js

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป A skeleton repository for my open source JavaScript packages
JavaScript
21
star
30

elegant-sublime

๐Ÿ‘”An collection of sublime text preferences
17
star
31

pint-strict-preset

Pint strict preset is an insanely defensive coding style preset for those who demand meticulous precision in their projects.
11
star
32

alpine-day-schedule

๐Ÿ‘จ๐Ÿปโ€๐Ÿš€ A command-line tool that gives you the Alpine Day 2021 schedule in your timezone. ๐Ÿš€
PHP
11
star
33

talks

๐ŸŽค My talks about PHP, Laravel or side projects of mine
10
star
34

laravel-meetups

๐Ÿ•It's Meetup time! Find out Laravel Meetups near you!
PHP
8
star
35

laravel-console-spinner

โƒ A spinning activity indicator for Laravel/Laravel Zero artisan commands.
7
star
36

laravel-9-test

PHP
5
star
37

forge-octane

PHP
5
star
38

scout-extended-demo

PHP
3
star
39

skeleton-typescript

โš—๏ธ The perfect starting for typescript libraries.
3
star
40

laravel-zero-weather

PHP
3
star
41

dotfiles

2
star
42

twitter-stream

An demo application of Laravel Zero that works with the Twitter Streaming API
PHP
2
star
43

learn-javascript

2
star
44

my-site

HTML
1
star
45

vapor-github-test

PHP
1
star
46

qwdpowkqdopwqkd

JavaScript
1
star
47

skeleton-php-1

My PHP Package Skeleton
PHP
1
star
48

exclude-dev-files-bug

PHP
1
star
49

kpop-stack

TypeScript
1
star
50

nunomaduro

1
star
51

scout

PHP
1
star
52

helpers-tap

๐Ÿšฐ Tap that method
TypeScript
1
star
53

test

HTML
1
star
54

perna

๐Ÿ›‹ Optimises the workflow around managing multi-package repositories.
1
star
55

laravel-collections-examples

PHP
1
star
56

demo-p

PHP
1
star