diff --git a/content/about.md b/content/about.md index b1242263..6c5c25dd 100644 --- a/content/about.md +++ b/content/about.md @@ -5,8 +5,7 @@ description: I am a Homosapien --- ## Hi there, I am just a normal person. -I love to build stuff and love to run away from fancy documentation. - +I love to build stuff and a huge beleiver in randomization. ### Areas I focus on: 1. Distributed computation 2. p2p networks diff --git a/content/generalposts/_index.md b/content/generalposts/_index.md index 381c2568..b345786f 100644 --- a/content/generalposts/_index.md +++ b/content/generalposts/_index.md @@ -1,5 +1,5 @@ --- title: General Posts -summary: General concepts and stuff I love to talk about -description: Mostly on my hobbies and stuff other than CS topics +summary: General concepts and stuff I love to talk about. +description: Mostly on my hobbies and stuff other than CS topics. --- \ No newline at end of file diff --git a/content/projects/Custom-Static-Website-Generator.md b/content/projects/Custom-Static-Website-Generator.md new file mode 100644 index 00000000..ce05025d --- /dev/null +++ b/content/projects/Custom-Static-Website-Generator.md @@ -0,0 +1,34 @@ +--- +title: "Custom Static Website Generator" +summary: Creating a custom static website engine which + can be accessed by using RestApi +tags: ["website","static","generator","Rest"] +author: "Akilan Selvacoumar" +draft: false +aliases: [/CustomStaticWebsiteGenerator] +weight: 3 +--- +## Introduction +We have designed a simple static website generator which can be designed to be interacted via Rest Api’s. We have demonstrated how a user can create a static webpage from WhatsApp. The intention of this project is to prove simplicity of having static websites. + +#### Project link: https://github.com/HWTechClub/Custom-Static-Website-Generator + + +## Features +1. Static files generated in less than a second and served to your visitors just as fast. +2. We support deploying your website on IPFS. Time to power the distributed web. +3. Users attention to content rather than design. + +## Demo Interaction +The demo interaction is done using a whatsapp bot to interact with Rest Apis. + +{{< youtube SXfCQiZDZKY >}} + + +## Basic Information +1. Main programming langauge: Nodejs +2. License: GPLv2 +3. [Installation](https://cwsg-docs.hwtech.club/getting-started/installation/) +4. [Documentation](https://cwsg-docs.hwtech.club/) + + diff --git a/content/projects/_index.md b/content/projects/_index.md index 63df0342..2c918bed 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -1,5 +1,5 @@ --- title: Open Source Projects -summary: Open source I have created or been a part of -description: Open source I have created or been a part of +summary: Open source I have created or been a part of. +description: Open source I have created or been a part of. --- \ No newline at end of file diff --git a/content/resume.md b/content/resume.md index 8fe5728d..fca91c5b 100644 --- a/content/resume.md +++ b/content/resume.md @@ -1,7 +1,7 @@ --- title: Resumé -summary: My voluntary and work experience -description: My voluntary and work experience +summary: My voluntary and work experience. +description: My voluntary and work experience. --- ## Skills diff --git a/content/technicalposts/_index.md b/content/technicalposts/_index.md index 0a696a2f..4127a04d 100644 --- a/content/technicalposts/_index.md +++ b/content/technicalposts/_index.md @@ -2,5 +2,5 @@ title: Technical Posts summary: Fun CS concepts to play around with description: Contains posts regrading CS topics I love - to play around with + to play around with. ---