Skip to content

tikurahul/rahulrav-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rahulrav.com

This is my blog.

Running the web app.

./gradlew run

Deploying the web app.

Select the GCP project. Then deploy to App Engine.

gcloud config set project rahulrav-com

Local Development, and Writing a Blog

  • Start the App Engine development server using ./gradlew run.
  • In another terminal run ./gradlew -t build which creates a watch on all the src folders, and sets up live reload.
  • From the tools directory run yarn watch to setup a watch on the resources/blog/md folder which is the input to the generator responsible in generating the HTML. Also update manifest.json to add blog metadata.

Other useful commands

# Build tooling
npm run-script build-tools

# Build Template
npm run-script build-core

# Local Development for template and tools
npm run-script watch-core && npm run-script watch-tools

Other Admin Actions

To deploy the app:

./gradlew appengineDeploy

About

A simple blogging engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published