Skip to content

Add website preview for all pull requests with GitHub Codespaces integration #1033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding package.json
  • Loading branch information
yuhattor committed May 20, 2025
commit 7c4d8a4cd2a4de658194f5ae7dc02afb970294f8
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "innersourcecommons.org",
"version": "1.0.0",
"main": "",
"author": "",
"license": "ISC",
"description": "",
"scripts": {
"build": "hugo",
"build:preview": "hugo --baseURL \"${DEPLOY_PRIME_URL:-/}\" --buildDrafts --buildFuture",
"start": "hugo server"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"hugo-extended": "^0.133.1",
"postcss": "^8.4.38",
"postcss-cli": "^8.3.1"
}
}
Loading