Skip to content

Commit

Permalink
intro info updated + full project structure created
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri committed Apr 19, 2024
1 parent 247765e commit 67c2a46
Show file tree
Hide file tree
Showing 30 changed files with 58 additions and 378 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/media/.DS_Store
Binary file not shown.
Binary file modified assets/media/icons/.DS_Store
Binary file not shown.
Binary file added assets/media/icons/hero/brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cascade:
# Hide date from Next In Series
show_date: false
# Show date modified at end of content
show_date_updated: true
show_date_updated: false
# Blog post options
# - _target:
# path: /blog/**
Expand Down
5 changes: 3 additions & 2 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ marketing:
site_type: Project
local_business_type: ''
org_name: ''
description: 'A highly-customizable Hugo documentation theme powered by Hugo Blox website builder.'
twitter: 'GetResearchDev'
description: "Welcome to Tekraj Chhetri's MIT Diary, offering weekly updates on research progress and insights from the Senseable Intelligence Group at the McGovern Institute for Brain Research."
twitter: 'tekraj_14'
analytics:
google_analytics: ''
google_tag_manager: ''
Expand Down Expand Up @@ -61,6 +61,7 @@ footer:
locale:
date_format: 'Jan 2, 2006'
time_format: '3:04 PM'
address_format: en-us

# Site features
features:
Expand Down
Binary file modified content/.DS_Store
Binary file not shown.
30 changes: 1 addition & 29 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sections:
text: <a href='https://sensein.group/' target="_blank">Senseable Intelligence Group</a>, <a href='https://web.mit.edu/' target="_blank">MIT</a>
primary_action:
text: Get Started
url: diary/
url: docs/
icon: rocket-launch

design:
Expand All @@ -31,32 +31,4 @@ sections:
filters:
brightness: 0.5

- block: features
id: features
content:
title: Contents
text: Collaborate, publish, and maintain technical knowledge with an all-in-one documentation site. Used by 100,000+ startups, enterprises, and researchers.
items:
- name: Optimized SEO
icon: magnifying-glass
description: Automatic sitemaps, RSS feeds, and rich metadata take the pain out of SEO and syndication.
- name: Fast
icon: bolt
description: Super fast page load with Tailwind CSS and super fast site building with Hugo.
- name: Easy
icon: sparkles
description: One-click deployment to GitHub Pages. Have your new website live within 5 minutes!
- name: No-Code
icon: code-bracket
description: Edit and design your site just using rich text (Markdown) and configurable YAML parameters.
- name: Highly Rated
icon: star
description: Rated 5-stars by the community.
- name: Swappable Blocks
icon: rectangle-group

design:
# Section background color (CSS class)
css_class: "bg-gray-100 dark:bg-gray-800"

---
Binary file modified content/docs/.DS_Store
Binary file not shown.
20 changes: 11 additions & 9 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
---
linkTitle: Documentation
title: Introduction
linkTitle: Diary
title: Getting Started
date: 2024-02-17
---

👋 Welcome to the demo of the Hugo Blox Documentation template!
Welcome to my MIT diary. This diary (or the website) will provide information about the work that I do as a researcher at the [Senseable Intelligence Group](https://sensein.group/) at the [McGovern Institute for Brain Research](https://mcgovern.mit.edu/) at the [Massachusetts Institute of Technology](https://web.mit.edu/).

<!--more-->
The purpose of this diary extends beyond mere activity documentation; it functions as a mechanism for monitoring progress, introspection on achievements, and honing concentration. Through consistent and informative updates, my objective is to not only chronicle my personal development but also extend an invitation to you to journey into the dynamic domain of scientific research.

I will provide weekly updates detailing the most recent progress and obstacles encountered. So stay tuned! And if you would like to know more about me you can visit my website at [tekrajchhetri.com](https://tekrajchhetri.com/).





This site is a demo of the Hugo Blox Documentation theme. For the full documentation on how to use this template, refer to the [Hugo Blox Documentation](https://docs.hugoblox.com/).

## Next

{{< cards >}}
{{< card url="getting-started" title="Get Started" icon="document-text" subtitle="Create your docs in just 5 minutes!" >}}
{{< /cards >}}
30 changes: 3 additions & 27 deletions content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,9 @@ date: 2024-02-17
weight: 1
---

## Quick Start from Template
Welcome to my MIT diary. This diary (or the website) will provide information about the work that I do as a researcher at the [Senseable Intelligence Group](https://sensein.group/) at the [McGovern Institute for Brain Research](https://mcgovern.mit.edu/) at the [Massachusetts Institute of Technology](https://web.mit.edu/).

{{% steps %}}
The purpose of this diary extends beyond mere activity documentation; it functions as a mechanism for monitoring progress, introspection on achievements, and honing concentration. Through consistent and informative updates, my objective is to not only chronicle my personal development but also extend an invitation to you to journey into the dynamic domain of scientific research.

### Initialize a new site
I will provide weekly updates detailing the most recent progress and obstacles encountered. So stay tuned! And if you would like to know more about me you can visit my website at [tekrajchhetri.com](https://tekrajchhetri.com/).

[Click to copy the template on GitHub](https://github.com/new?template_name=theme-documentation&template_owner=HugoBlox)

### Configure your new site

[Configure your site name, description, and menu.](https://docs.hugoblox.com/tutorial/blog/)

### Add your content

[Edit the homepage and add your documentation pages.](https://docs.hugoblox.com/tutorial/blog/)

### Publish your site

[Easily publish your site for free with GitHub Pages](https://docs.hugoblox.com/tutorial/blog/)

{{% /steps %}}

## Next

Let's customize your new site:

{{< cards >}}
{{< card url="../guide/project-structure" title="Project Structure" icon="document-duplicate" >}}
{{< card url="../guide/configuration" title="Configuration" icon="adjustments-vertical" >}}
{{< /cards >}}
11 changes: 0 additions & 11 deletions content/docs/guide/_index.md

This file was deleted.

59 changes: 0 additions & 59 deletions content/docs/guide/project-structure.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/docs/guide/shortcodes/_index.md

This file was deleted.

36 changes: 0 additions & 36 deletions content/docs/guide/shortcodes/callout.md

This file was deleted.

31 changes: 0 additions & 31 deletions content/docs/guide/shortcodes/cards.md

This file was deleted.

47 changes: 0 additions & 47 deletions content/docs/guide/shortcodes/steps.md

This file was deleted.

27 changes: 0 additions & 27 deletions content/docs/guide/shortcodes/toggle.md

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
linkTitle: Reference
title: Reference
linkTitle: Progress
title: Weekly Updates
---

This section covers reference docs.
Expand Down
7 changes: 7 additions & 0 deletions content/docs/progress/week-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Week 1
linkTitle: Week 1
weight: 1
---

(Past week) Will be updated soon!
7 changes: 7 additions & 0 deletions content/docs/progress/week-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Week 2
linkTitle: Week 2
weight: 2
---

(Past week) Will be updated soon!
Loading

0 comments on commit 67c2a46

Please sign in to comment.