Skip to content

Commit

Permalink
Merge pull request #3 from kikuomax/zola-based
Browse files Browse the repository at this point in the history
Introduction of Zola and CDK
  • Loading branch information
kikuomax authored Jun 13, 2022
2 parents 5b59c1a + 8d85942 commit 7b9078e
Show file tree
Hide file tree
Showing 118 changed files with 18,349 additions and 212 deletions.
17 changes: 17 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[English](./README.md) / 日本語

# codemonger

![codemonger](docs/imgs/codemonger.svg)

`codemonger.io`のウェブサイトを管理するためのレポジトリです。

ウェブサイトは[AWS](https://aws.amazon.com)でホストしています。

## AWSのリソースを管理する

サブフォルダ[`cdk`](cdk/README.ja.md)をご覧ください。

## コンテンツを管理する

サブフォルダ[`zola`](zola/README.ja.md)をご覧ください。
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
English / [日本語](./README.ja.md)

# codemonger

![codemonger](docs/imgs/codemonger.svg)

This is a repository to maintain the landing page of codemonger.io.
This is a repository to maintain the website of `codemonger.io`.

The website is hosted on [AWS](https://aws.amazon.com).

## Managing AWS resources

The landing page is hosted on [AWS](https://aws.amazon.com).
Please refer to the subfolder [`cdk`](cdk).

## Deploying the landing page
## Managing contents

Please refer to the subdirectory [`aws`](aws).
Please refer to the subfolder [`zola`](zola).
53 changes: 0 additions & 53 deletions aws/README.md

This file was deleted.

Binary file removed aws/aws-architecture.png
Binary file not shown.
125 changes: 0 additions & 125 deletions aws/landing-page.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions cdk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*.js
!jest.config.js
!/babel.config.js
!/cloudfront-fn/*.js
*.d.ts
!/cloudfront-fn/*.d.ts
node_modules

# CDK asset staging directory
.cdk.staging
cdk.out

# config files
/lib/certificate-config.ts
6 changes: 6 additions & 0 deletions cdk/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.ts
!*.d.ts

# CDK asset staging directory
.cdk.staging
cdk.out
Loading

0 comments on commit 7b9078e

Please sign in to comment.