Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leoadec committed Oct 25, 2023
1 parent 1685845 commit 37203a9
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 360 deletions.
10 changes: 2 additions & 8 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a repository for my personal webpage and other personal projects.com
This is a repository for my personal webpage.

It is generated with Jekyll and pushed to GitHub Pages, where it can be seen at:
https://leoadec.github.io or https://leoadec.com
Expand All @@ -17,17 +17,11 @@ bundle install
## Viewing locally

```
bundle exec jekyll serve
bundle exec rake serve
```

The page will be available at localhost:4000 .

You can also visualize the pages that are still in development.

```
bundle exec jekyll serve_dev
```

## Testing

```
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

# gem "rails"
ruby "~> 3.2"

gem "rake", "~> 13.0"

Expand Down
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ task serve:[:build] do
sh "bundle exec jekyll serve";
end

task serve_dev:[:build] do
sh "bundle exec jekyll serve --unpublished";
end

task :clean do
sh "rm -rf _site";
end
10 changes: 0 additions & 10 deletions apps.md

This file was deleted.

25 changes: 0 additions & 25 deletions apps/unicode.html

This file was deleted.

37 changes: 0 additions & 37 deletions assets/js/unicodeConversion.js

This file was deleted.

9 changes: 0 additions & 9 deletions bootstrapper.sh

This file was deleted.

261 changes: 0 additions & 261 deletions cv.md

This file was deleted.

5 changes: 0 additions & 5 deletions texts.md

This file was deleted.

0 comments on commit 37203a9

Please sign in to comment.