Obsidian to GitHub Pages

Obsidian to GitHub Pages

TLDR: create empty repository clone repository https://github.com/fresh-fx59/obsidian-github-notes.git open Obsidian from this folder update hugo.yaml setup GitHub Pages start writing Create new empty repository Clone repository Lets say your new empty repo url is https://github.com/fresh-fx59/obsidian-sample.git On your computer git clone https://github.com/fresh-fx59/obsidian-github-notes.git cd obsidian-github-notes git remote set-url origin https://github.com/fresh-fx59/obsidian-sample.git git remote -v origin https://github.com/fresh-fx59/obsidian-sample.git (fetch) origin https://github.com/fresh-fx59/obsidian-sample.git (push) git push -u origin main Now go to repository Settings -> Pages and set them up like below ...

December 19, 2025 · 2 min · Aleksei Aksenov
Настраиваем Cline использовать Qwen Coder через API от Cloud.ru

Настраиваем Cline для использования Qwen Coder через API от Cloud.ru

Создание сервисного аккаунта Открываем раздел пользователи Переходим в Сервисные аккаунты Жмем создать Создать аккаунт Вводим имя и описание Роли на проект указываем Пользователь сервисов и жмем Создать Создание API-ключа Переходим в созданный аккаунт Жмем Создать API ключ Заполняем Название и Описание. В Сервисы выбираем Foundation models Указываем другие параметры по необходимости Жмем Создать Копируем данные API ключа. Они больше не появяться. Настройка Cline API Provider - OpenAI Compatible Base URL - https://foundation-models.api.cloud.ru/v1 OpenAI Compatible API Key - Key Secret с пердыдущего шага Model ID - Qwen/Qwen3-Coder-480B-A35B-Instruct Context Window Size - 262000 Temperature - 0.7 ...

December 11, 2025 · 1 min · Aleksei Aksenov